home *** CD-ROM | disk | FTP | other *** search
- on startMovie
- global fixpal
- if the machineType = 256 then
- exit
- else
- openXLib("FixPalette.XObj")
- set fixpal to FixPalette(mnew, the stageLeft, the stageTop, the stageRight, the stageTop)
- end if
- end
-
- on patchpal
- global fixpal
- if the machineType = 256 then
- exit
- else
- fixpal(mPatchIt)
- end if
- end
-
- on stopMovie
- global fixpal
- if the machineType = 256 then
- exit
- else
- fixpal(mdispose)
- closeXLib("FixPalette.XObj")
- end if
- end
-